HADOOP-17982. OpensslCipher initialization error should log a WARN message.#3599
HADOOP-17982. OpensslCipher initialization error should log a WARN message.#3599iwasakims merged 1 commit intoapache:trunkfrom
Conversation
…ssage. Change-Id: I070fc4784679b3be73aa3a11201bbae23c20ad4e
|
💔 -1 overall
This message was automatically generated. |
side issue: if you have a PR for my cloudstore module which adds an "openssl" command that probes for this ,and returns an error code if not satisfied, happy to merge it. good for support calls |
not on all. openssl is initiated only when accessing encrypted file/ if the transport is encrypted.
|
|
thanks for the feedback +1 from me |
|
@jojochuang I'm going to merge this shortly if there is no additional comment. |
|
On CentOS 8, OpensslCipher#initIDs raises exception since the provided openssl-1.1.1 is built with no-sm4 option as I reported in HADOOP-17609(#3019). Message like following appears after this fix. |
|
What do you recommend we do here? |
|
@steveloughran I submitted a patch to enable OpensslCipher even the OpenSSL is built without SM4 support on #3019, for existing users of AES/CTR/NoPadding on REEL/CentOS 8. |
…ssage. (apache#3599) Change-Id: I070fc4784679b3be73aa3a11201bbae23c20ad4e
…ssage. (apache#3599) Change-Id: I070fc4784679b3be73aa3a11201bbae23c20ad4e
Description of PR
log a WARN message if OpensslCipher fails to initialize.
How was this patch tested?
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?